TestProc	PROC
	movzx	edx,Word Ptr [lpString+1]
	lea	esi,[PLC+1]
   Loop1:
   	dec	esi
   Loop2:
   	lodsb
   	or	al,al
   	je	Jump2
   	cmp	al,58h
   jne	Loop2
   	lodsw
   	cmp	ax,3030h
   	jg	Jump1
   	cmp	al,dl
   	jne	Loop1
   	mov	eax,1
   	jmp	Jump2
   Jump1:
   	mov	ebx,eax
   	mov	eax,1
   	cmp	bx,dx
   	jne	Loop1
   Jump2:
   	or	al,al
   	jne	OFFSET ScanCodeProc
	Ret
TestProc EndP